projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0760958
)
Remove surface->parent
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 23 Mar 2019 13:13:55 +0000
(09:13 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 28 May 2019 20:25:13 +0000
(20:25 +0000)
This field is no longer used.
gdk/gdkinternals.h
patch
|
blob
|
history
diff --git
a/gdk/gdkinternals.h
b/gdk/gdkinternals.h
index dbf56a541cbb4378ede5ae8da19d61771bef7913..34e07986b6107f57fea9f717ed1609e91697cb8b 100644
(file)
--- a/
gdk/gdkinternals.h
+++ b/
gdk/gdkinternals.h
@@
-142,7
+142,6
@@
struct _GdkSurface
GdkSurfaceImpl *impl; /* window-system-specific delegate object */
- GdkSurface *parent;
GdkSurface *transient_for;
gpointer widget;